@charset "utf-8";
/* CSS Document */

body {
	background-image: none;
	background-repeat: repeat-x;
	background-position: center top;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #000;
	text-decoration: none;
}
h2 {
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #666;
	font-size: small;
}

p {
	font-size: small;
	color: #000;
}
hr {
	display: inherit;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container {
	width: 750px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	height: auto;
	margin-bottom: 30px;
}
#header {

}
#contents {
	margin-right: 30px;
	margin-left: 70px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000;
	text-align: center;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
